Options:
a. The code in the trigger is executed first and after that the insert statement is executed and the record is inserted into the table.
b. The record is inserted into the database first and after that the trigger is fired and the code in the trigger is executed.
c. The record is not inserted into the database at all, instead the code in the trigger is executed
d. The insert statement is performed and the record is inserted in to the database, but the code in the trigger is not executed at allocated
Reveal Answer